home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / telecomm / bbs / cit-3.42p30-00.lha / read.342 < prev    next >
Text File  |  1994-10-21  |  13KB  |  232 lines

  1.  Note:  3.42.P30
  2.  
  3.  There is a major change in the way Citadel does things... This version has
  4.  several new files that need to be installed in your system.
  5.  
  6.    1) cit_messages.sys
  7.  
  8.      This file contains the messages used by Citadel.  about 90% of the
  9.      messages are in this file.  You can customize the messages.  The
  10.      file included has cit:helps as the location of several help files
  11.      so check to see that everything is correct for your system.
  12.  
  13.      This file goes in the #MSGAREA directory.  The file format is
  14.      included as comments in this file.  All the extra files in the
  15.      archive named *.MSG also go in this area.  On my BBS, the area
  16.      is called "CIT:GENERAL/", this directory contains these files.
  17.  
  18.  
  19.    2) BADUSERS.SYS and BADPASSWORDS.SYS are files that are checked when a
  20.       user is creating their account.  You may use the files included in
  21.       the archive or make your own.  If you do not put these files in
  22.       the room area, Citadel will not check User names and Password
  23.       for validity except to make sure the password is at leas 5 chars
  24.       long and not a duplicate of someone elses.
  25.  
  26.    3) The VORTEX checking is on by default.  If you do not wish it, you
  27.       must use the "-vortex" option on the command line.  If you have the
  28.       "+vortex" it will have no effect.
  29.  
  30.    4) +netlog and +netdebug are now more effective and if you do not
  31.       specify either one, Citadel will be very silent during a net session.
  32.       +netdebug messages will give alot more detail and if you want
  33.       +netdebug, you should also specify +netlog.
  34.  
  35.  ***Legal-ease***
  36.  
  37.  Citadel 68K and Amiga Citadel are trademarks of this Citadel BBS program
  38.  and may not be used for other variants.  This software is FREEWARE and
  39.  may not be distributed on any system that claims a copyright.  If you have
  40.  specific questions about the use and rights to this software, contact me
  41.  on The Amiga Zone (609) 953-8159.  ***This product is not for resale***.
  42.  You may not include Citadel or Citadel related files in any collection
  43.  sold for a profit without my express written permission.  Source for the
  44.  Amiga Citadel is 100% public domain and available for downloading.
  45.  If someone sold you a copy of this program, please let me know, it is not
  46.  for sale.  The only exception is the Aminet and Fred Fish CD collections.
  47.  Those collections may re-distribute this program and the related utilities.
  48.  No commercial collection may distribute this program nor may any system
  49.  attempt to copyright these works just because someone uploaded it to that
  50.  system.
  51.  
  52.  
  53.  There are utilities, See the archive listing.
  54.  
  55.  If you are starting from scratch and have never run a Citadel before.  You
  56.  need to grab the support and help files.  These files are on the C86 Test
  57.  system and the Amiga Zone.  Please download them from there.  Start with the
  58.  latest version of Citadel 68K.  Read the 68K.man file.
  59.  
  60.  If you are interested in doors, The Amiga Zone has several that will run
  61.  with Citadel 68K.  Any CLI based program will be able to run as a door
  62.  so long as it uses only standard I/O(i.e. getchar(), printf, ect.).
  63.  
  64.  If you have a bug to report, Please use the Citadel 68K room and prefix the
  65.  report with:
  66.  
  67.   ***bug report*** Version 3.42.xx.
  68.  
  69.   Please include your phone number of your BBS.  I may want to call to chat.
  70.   or pick up a file or two to reproduce your bug.  A list of Citadels is at
  71.   the end of this file, there are probably more than those listed, but I
  72.   collect this information from the vortex detector and these are active
  73.   Citadels.
  74.  
  75.  I am working on current problems and will post new versions as they become
  76.  tested.  Currently, distribution is on the following Systems.  Obviously,
  77.  I will have it on the Amiga Zone first.
  78.  
  79.          The Amiga Zone      (609) 953-8159
  80.          Images              (612) 884-7951
  81.          Last Rose of Summer (612) 946-6919
  82.          C86 Test System     (612) 470-9635
  83.          The Amiga Annals    (315) 342-3459
  84.  
  85.  Note: other systems will also have the latest version, I am hoping to get
  86.  a system in each state(eventually).  If you wish to have me post a version
  87.  in your area, send me some mail on C86 Test System or call the Amiga Zone
  88.  directly.  As always, the Amiga Zone will have it first and a message will
  89.  be posted to the Citadel 68K room when a new version is available.
  90.  
  91.  In this version, you can set the stack to anything larger than 8K
  92.  and Citadel will run.  Anything less and it will stop.  I use a stack of
  93.  30K in my testing because my compiler needs it.  CTDL now does not set
  94.  it's stack, you have to do it.  Citadel does not require more than about
  95.  6K of stack during it's operation.  You can always see what your Citadel
  96.  needs with the SYSOP menu item "I"nformation.
  97.  
  98.    It also does not detach from the shell/cli it is started from.
  99.  You have to use "run <nil: >nil: ctdl" to do that.  I leave the window
  100.  open for any error messages.  In the future, I may have it detach, but
  101.  for now, I would rather it have a consistant and safe place to start from.
  102.  
  103.  You can create a short script like:
  104.  
  105.      failat 100
  106.      mount ctdlaux:  ;With 2.04 you can setup ctdlaux: to automount!
  107.      stack 20000     ; Citadel only uses about 3K in my testing.
  108.      date >>cit:log/report
  109.      cd cit:
  110.      if not exists ctdltabl.sys
  111.        echo "Citadel configuring, ctdltabl.sys not found" >>cit:log/report
  112.        confg onlyparam >>cit:log/last_config
  113.      endif
  114.      copy cit:ctdltabl.sys cit:log/ctdltabl.sys
  115.      run ctdl zmodem=Z +netdebug +vortex +netlog >>cit:log/report
  116.      echo "Citadel startup" >>cit:log/report
  117.  
  118.  and use it to startup Citadel.  This is my startup routine.
  119.  
  120.  Please post a comment in the Citadel 68K room when you start running this
  121.  version.  I would like to have at least your BBS number and general location.
  122.  
  123.  Known Bug List:  3.42
  124.  
  125.  All bugs are fixed in the current version.  Please report any
  126.  new ones in the nearest Citadel 68K room.  Utilities are in sad shape,
  127.  I plan to spend some time updating them in the near future.
  128.  
  129.  The only known bug is that the XPR support(internal to Citadel) is
  130.  broken.
  131.  
  132.  You will eventually need utiltites, and probably want Zmodem.  Grab them
  133.  as you need them.  Make sure your read this file and 68K.man BEFORE you
  134.  start, it will save you time and effort.
  135.  
  136.  If you use these files, remember that they are FREEWARE.  You do not have
  137.  to send anyone a donation(although none have been refused) to anyone.  If
  138.  you wish help, find a Citadel with the Citadel 68K room, or call one of
  139.  the BBS numbers above.  This is a project that is solely for the advancement
  140.  of networking and communications.  Enjoy it.  The only restriction I would
  141.  place on you is that you may not make commercial use of this program, sell
  142.  it, or make people pay in anyway for it's use.  If you charge your users
  143.  a small fee for the use of your system, you must contact me and get approval.
  144.  
  145.  Some of the functions are based on shareware programs(like LHA).  These
  146.  programs are not free.  You should send the shareware fee to the author
  147.  for your use with your BBs.
  148.  
  149.  Pay BBS's may use these programs only after they have this approval.  This
  150.  is a copyrighted work.  All rights are reserved by the people responsible
  151.  for maintaining this code.  It belongs solely to them.  If you have
  152.  questions feel free to contact me by posting a message in the Citadel 68K
  153.  room.  If you wish me to send you a set of disks with all the above files,
  154.  I will do so, but it will cost you $25 for the disks, postage, and my time.
  155.  It is free to download from any of the above BBS locations.  It should not
  156.  be more than 3 880K disk.  The Amiga Citadel is available on the mirrored
  157.  ftp site: wuarchive.wustl.edu for those with FTP access and Portal.  In
  158.  the future, I will post all the files related to Citadel on those sites.
  159.  
  160.             Tony Preston
  161.             Custom Services
  162.             P. O. Box 254
  163.             Moorestown, NJ 08057
  164.             The Amiga Zone : US (609) 953-8159
  165.             Usenet: tony-preston@cup.portal.com
  166.                     apreston@isd.csc.com
  167.  
  168.   The following systems are Citadels and may be used post messages.  This
  169.   List is reasonably current. You best bet is to call the Amiga Zone for the
  170.   latest information.  You will find the Citadel 68K room or Amiga room.
  171.   These systems all net with The Amiga Zone with one or more rooms.
  172.   This list is generated with the vortex detection utility, if your system
  173.   is not listed, post a test seed in a shared room and eventually it will
  174.   appear(Rooms:Amiga, Citadel 68K, or CitaNews).
  175.  
  176. Citadel list as of 01 Oct 1994
  177.  Sinkhole                203-873-8518  The Dog Pound           215-946-5573
  178.  Data Drum               217-529-8440  East Beach              313-464-7870
  179.  The Amiga Annals        315-342-3459  The City Zoo            315-737-9970
  180.  The Mansion             315-865-8081  Fatal Distractions      403-245-6799
  181.  Forgotten Realms        403-450-0618  Ferret-Farm             403-457-3396
  182.  Cows r Us               403-489-4401  Kronos, Penhold         403-886-4171
  183.  The Abbey               407-569-1781  Binkley's Closet        414-476-1719
  184.  key880                  503-524-0670  Wayne's World           503-557-0786
  185.  Mind Melters            503-652-6953  This Broken Machine     503-669-0190
  186.  flurvian                503-963-6103  Snail's Place BBS       509-627-0637
  187.  OVAUG                   513-241-8817  The CBBS                513-867-1699
  188.  Class68                 602-516-9788  HIL-Classic             604-254-4377
  189.  Bistro                  604-542-3617  The Dreamers Guild      604-545-8685
  190.  Northern Exposure       604-558-3897  Mars Hill               604-589-0639
  191.  Nest Glorious           604-589-8539  Doughboy's Bakery       604-594-8784
  192.  The Old Gnomestead      604-930-0822  HardWired               606-282-0746
  193.  Cincidel                606-282-9803  iconoclast              609-234-0442
  194.  JACS                    609-346-1224  The OverBored           609-346-9769
  195.  Pot Luck BBS            609-486-9413  Grid Epsilon            609-629-0560
  196.  Eagle Bored             609-629-1076  Cool World BBS          609-665-2537
  197.  Eagle-Annex             609-767-1775  Patriot's Tapestry      609-893-0673
  198.  Jersey Devil            609-893-2152  Hornet's Nest           609-894-0239
  199.  Gateway                 609-931-3014  Eternal City            612-227-0215
  200.  Ivory Tower             612-425-0554  Backfence               612-429-5001
  201.  Free Lunch              612-431-1107  Saint's Haven           612-447-8542
  202.  DogLink                 612-460-6056  C-86 Test System        612-470-9635
  203.  thelake.mn.org          612-472-6582  mast                    612-472-6582
  204.  Cheese Factory          612-535-4214  Stomp                   612-561-4643
  205.  Hills                   612-571-0340  Valhalla                612-578-1317
  206.  Paperlate               612-593-1561  Greylien, the Keep      612-623-7850
  207.  Cobalt Blue             612-642-0082  Nowhere                 612-645-3998
  208.  The Future              612-754-5152  Dark Tower              612-770-0150
  209.  Interzone               612-773-6666  MN-Mensa                612-774-7593
  210.  The HUB                 612-783-7160  Sun-D Newz              612-789-1159
  211.  The Last Rose           612-823-3280  House of Moo            612-831-2312
  212.  Cheers                  612-854-2126  Last Call Jr            612-861-7094
  213.  Aldebaran               612-861-9022  Spielen Schloss         612-869-4927
  214.  Images at Twilight      612-884-7951  Edina Technical         612-930-3803
  215.  Otempora Abyss          612-932-0876  GWNorth                 612-938-5203
  216.  Tanelorn                612-938-6761  Elk!                    612-944-3622
  217.  Sky Dive                612-955-1205  Tropical Paradise       616-342-8583
  218.  Black Hole              616-343-7487  Au Contraire            616-344-5599
  219.  Beach                   616-349-5887  Labyrinth               616-629-5639
  220.  The Pitt                616-731-4642  The Bruise Ward         704-566-9927
  221.  SOS                     717-355-9173  only bbs                801-261-9372
  222.  Fluffadel               801-278-0565  P Lost (429-5412)       902-429-5412
  223.  CatBBS                  902-434-3295  8 Ball BBS              902-434-5769
  224.  Rendezvous              902-454-4102  TWWOL (902)454-9053     902-454-9053
  225.  TKC                     902-455-8615  End Of The Universe     902-461-0206
  226.  Rivendell               902-463-1988  Sanatarium              902-464-8539
  227.  Duffy's                 902-466-8802  Mirror Image            902-835-3056
  228.  Lockheed                902-852-4094  Drunken Board           902-864-9666
  229.  ENY                     914-735-9362  SHAMAN'S VENTURE        916-364-1868
  230.  Hotel                   916-992-6803  Reality Cheque          919-893-6629
  231.  DD2BBS                  916-369-6787
  232.